home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / S / Sort Lines 1.0 distribution / Sort Lines… README next >
Encoding:
Text File  |  1993-05-19  |  2.0 KB  |  53 lines  |  [TEXT/R*ch]

  1. Sort Lines… (version 1.0, ©1993, Carl B. Burch)
  2.  
  3. This BBEdit extension adds to BBEdit the ability to sort lines, much like the
  4. Unix utility “sort”, with some options from “sort”:
  5.  
  6.     • Ignoring each line’s first n characters,
  7.     • Sorting in reverse,
  8.     • Removing duplicate lines,
  9.     • Ignoring the lines’ leading white space, and
  10.     • Folding uppercase to lowercase.
  11.  
  12. This program is free and may be distributed freely provided that this
  13. information file accompanies it.
  14.  
  15.  
  16. Technicalities:
  17.  
  18. Sort Lines… is not industrial strength: you are limited by memory. Upping the
  19. BBEdit memory allocation should be enough to fix any memory problems you may
  20. run into, however. (Memory problems may be identified by an alert box saying,
  21. “Out of memory.”)
  22.  
  23. Note that when removing duplicate lines, Sort Lines… will always honor the
  24. first n characters, leading white space, or case, no matter what you’ve said.
  25.  
  26. Further note that, if ignoring leading white space and the first n
  27. characters, Sort Lines… will first ignore the white space and, if it hasn’t
  28. reached n yet, will keep on ignoring characters until it gets to n.
  29.  
  30.  
  31. Reaching me:
  32.  
  33. Feel free to contact me to report bugs, to suggest changes, to obtain source
  34. code, or to just say hello. I’ll be happy to receive and/or incorporate any
  35. suggestions, especially if they’re good. I hope to release in the future more
  36. BBEdit extensions; don’t hesitate to provide me with suggestions: useful
  37. programs are most fun to write!
  38.  
  39. Internet:   carl@mailhost.ecn.uoknor.edu
  40. U. S. Mail: Carl B. Burch
  41.             P. O. Box 2025
  42.             Norman, OK 73070-2025
  43.  
  44.  
  45. Acknowledgements:
  46.  
  47. Thanks to Rich Siegel for writing BBEdit and for, even when switching to a
  48. commercial application, maintaining a free version for the rest of us. Thanks
  49. also to the University of Oklahoma’s Engineering Computing Network for
  50. motivating me to learn Macintosh programming and to the voters of the State
  51. of Oklahoma, to whom this program is dedicated, for providing me with
  52. scholarship money so that I can afford to learn Macintosh programming.
  53.